mac.c (sys_select): Block input around call to
authorSteven Tamm <steventamm@mac.com>
Mon, 19 Jul 2004 06:38:14 +0000 (06:38 +0000)
committerSteven Tamm <steventamm@mac.com>
Mon, 19 Jul 2004 06:38:14 +0000 (06:38 +0000)
commit484ae6e70c9f0ab15f8e03bbf73ee085cc596378
tree3e66cfe1c923bb2707ee9f8171fa9c0cc9ae4dc4
parentc6d106adb29d22c2cc49ec07d424cf5e0a34efc0
mac.c (sys_select): Block input around call to
ReceiveNextEvent to prevent breakage.  Correctly handle
blocking on event queue only by calling ReceiveNextEvent
instead of select (since GUI events aren't on an fd).
(sys_read): Remove function
sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
src/ChangeLog
src/mac.c
src/sysdep.c